.sky_footer{
    background: #c4e0cc;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 1rem;
}

.footer_logo img{
    width: 150px;
}

.footer_contact i{
    font-size: 20px;
    color: #507550;
}

.footer_contact p, .footer_contact a{
    margin: 0;
    margin-left: 1rem;
    font-size: 16px;
    font-weight: 600;    
}

.footer_addr, .footer_phone,
.footer_email{
    display: flex;
    align-items: center;
    padding-top: .5rem;
}

.footer_btm{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 3rem;
    background: #507550;
}

.footer_btm .cpy_rgt{
    color: #fff;
}

.footer_btm a{
    color: #fff;
    margin-right: 10px;
}

.social_link{
    margin-right: 20px;
}

.footer_email p{
    word-break: break-all;
}

@media screen and (max-width:700px) { 
    .footer_logo img{
        width: 100px;
    }  
    .footer_contact i{
        font-size: 16px;
    }

    .footer_contact p, .footer_contact a{
        font-size: 14px;
    }
}

@media screen and (max-width:490px) {
    .sky_footer{
        display: block;
    }
    .social_link i{
        font-size: 14px;
    }
    .footer_btm .cpy_rgt{
        font-size: 12px;
    }
}
@media screen and (max-width:430px) {
    .footer_btm{
        display: block;
        text-align: center;
    }
    .social_link{
        margin-right: 0;
    }
}